[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 COLOR IEXP

 Function
  Change the current active color to that specified by IEXP.

 Syntax
  COLOR newcolor

   newcolor  - An integer expression containing the new color to be used
               by PCBoard and the remote terminal software.

 Remarks
  This statement will change the color in use by PCBoard and send the
  appropriate ANSI sequence to change color to the remote terminal
  software.  Note that this statement will only affect a color change if
  the user is in graphics mode.  If the user is in non-graphics mode this
  statement will be ignored.

 Examples
  COLOR @X47
  CLS
  PRINT "This is some sample text.  (This will disappear.)"
  WHILE (INKEY() = "") DELAY 1
  BACKUP 22
  COLOR @X1F
  CLREOL
  PRINT "This goes to the end of the line."

See Also: DEFCOLOR DEFCOLOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson